home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November / PCWK1103B.iso / DesignCAD 3D Max PLUS trial 30 / DATA1.CAB / Example_Files / Sample_Macros / LAYEROFF.d3m < prev    next >
Encoding:
Text File  |  2003-09-29  |  102 b   |  8 lines

  1. for i=0 to 255
  2. if i=sys(3) then next i
  3. if odd(layer(i)) then layer(i)=0
  4. next i
  5. >regenerate
  6. {
  7. }
  8.